1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion=
"4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=
" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=
" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>
10.0.20506</ProductVersion>
7     <SchemaVersion>
2.0</SchemaVersion>
8     <RootNamespace></RootNamespace>
9     <ProjectGuid>{73CE24FC-4C9D-4AAA-
97E5-315F1C8185EE}</ProjectGuid>
10     <OutputType>Library</OutputType>
11     <AppDesignerFolder>Properties</AppDesignerFolder>
12     <AssemblyName>Assembly-CSharp</AssemblyName>
13     <TargetFrameworkVersion>v3.
5</TargetFrameworkVersion>
14     <FileAlignment>
512</FileAlignment>
15     <BaseDirectory>Assets</BaseDirectory>
16     <LangVersion>
default</LangVersion>
17 </PropertyGroup>
18   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>
true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>
false</Optimize>
22     <OutputPath>Temp\bin\Debug\</OutputPath>
23     <DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_5_1;UNITY_5_5;UNITY_5;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_GENERICS;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_SCRIPTING_NEW_CSHARP_COMPILER;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_EVENT_QUEUE;ENABLE_CLUSTERINPUT;ENABLE_VIDEO;ENABLE_VR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>
4</WarningLevel>
26     <NoWarn>
0169</NoWarn>
27     <LangVersion>
default</LangVersion>
28 </PropertyGroup>
29   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <Optimize>
true</Optimize>
32     <OutputPath>Temp\bin\Release\</OutputPath>
33     <ErrorReport>prompt</ErrorReport>
34     <WarningLevel>
4</WarningLevel>
35     <NoWarn>
0169</NoWarn>
36     <LangVersion>
default</LangVersion>
37 </PropertyGroup>
38   <ItemGroup>
39     <Reference Include=
"System" />
40     <Reference Include=
"System.XML" />
41     <Reference Include=
"System.Core" />
42     <Reference Include=
"System.Runtime.Serialization" />
43     <Reference Include=
"System.Xml.Linq" />
44     <Reference Include=
"UnityEngine">
45       <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
46     </Reference>
47     <Reference Include=
"UnityEditor">
48       <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
49     </Reference>
50   </ItemGroup>
51   <ItemGroup>
52      <Compile Include=
"Assets\Scripts\Base Class\IClickable.cs" />
53      <Compile Include=
"Assets\Scripts\Base Class\IClicker.cs" />
54      <Compile Include=
"Assets\Scripts\Base Class\IHeapItem.cs" />
55      <Compile Include=
"Assets\Scripts\Base Class\IInput.cs" />
56      <Compile Include=
"Assets\Scripts\Base Class\Movable.cs" />
57      <Compile Include=
"Assets\Scripts\Base Class\Scalable.cs" />
58      <Compile Include=
"Assets\Scripts\Base Class\Singleton.cs" />
59      <Compile Include=
"Assets\Scripts\Camera\RotateCamera.cs" />
60      <Compile Include=
"Assets\Scripts\Camera\ZoomCamera.cs" />
61      <Compile Include=
"Assets\Scripts\GCPlayer.cs" />
62      <Compile Include=
"Assets\Scripts\GameState.cs" />
63      <Compile Include=
"Assets\Scripts\Grid\Grid.cs" />
64      <Compile Include=
"Assets\Scripts\Grid\GridCoords.cs" />
65      <Compile Include=
"Assets\Scripts\Grid\Node.cs" />
66      <Compile Include=
"Assets\Scripts\Managers\GameManager.cs" />
67      <Compile Include=
"Assets\Scripts\Managers\InputManager.cs" />
68      <Compile Include=
"Assets\Scripts\Pieces\BishopMovement.cs" />
69      <Compile Include=
"Assets\Scripts\Pieces\IPieceMovement.cs" />
70      <Compile Include=
"Assets\Scripts\Pieces\KingMovement.cs" />
71      <Compile Include=
"Assets\Scripts\Pieces\KnightMovement.cs" />
72      <Compile Include=
"Assets\Scripts\Pieces\Movement.cs" />
73      <Compile Include=
"Assets\Scripts\Pieces\NoMovement.cs" />
74      <Compile Include=
"Assets\Scripts\Pieces\PawnMovement.cs" />
75      <Compile Include=
"Assets\Scripts\Pieces\Piece.cs" />
76      <Compile Include=
"Assets\Scripts\Pieces\QueenMovement.cs" />
77      <Compile Include=
"Assets\Scripts\Pieces\RookMovement.cs" />
78      <Compile Include=
"Assets\Scripts\Rules.cs" />
79      <Compile Include=
"Assets\Scripts\Utils\Converter.cs" />
80      <Compile Include=
"Assets\Scripts\Utils\Creator.cs" />
81      <Compile Include=
"Assets\Scripts\Utils\Finder.cs" />
82      <Compile Include=
"Assets\Scripts\Utils\Scaler.cs" />
83      <Compile Include=
"Assets\Scripts\Utils\SimpleFPSCounter.cs" />
84  <Reference Include=
"UnityEngine.UI">
85  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
86  </Reference>
87  <Reference Include=
"UnityEngine.Networking">
88  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
89  </Reference>
90  <Reference Include=
"UnityEngine.PlaymodeTestsRunner">
91  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/PlaymodeTestsRunner/UnityEngine.PlaymodeTestsRunner.dll</HintPath>
92  </Reference>
93  <Reference Include=
"UnityEngine.Analytics">
94  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll</HintPath>
95  </Reference>
96  <Reference Include=
"UnityEngine.HoloLens">
97  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
98  </Reference>
99  <Reference Include=
"UnityEngine.VR">
100  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityVR/RuntimeEditor/UnityEngine.VR.dll</HintPath>
101  </Reference>
102  <Reference Include=
"UnityEditor.iOS.Extensions.Xcode">
103  <HintPath>C:/Program Files/Unity/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
104  </Reference>
105  <Reference Include=
"UnityEditor.iOS.Extensions.Common">
106  <HintPath>C:/Program Files/Unity/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll</HintPath>
107  </Reference>
108   </ItemGroup>
109   <Import Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110   <!-- To modify your build process,
add your task inside one of the targets below and uncomment it.
111        Other similar extension points exist, see Microsoft.Common.targets.
112   <Target Name=
"BeforeBuild">
113   </Target>
114   <Target Name=
"AfterBuild">
115   </Target>
116   -->
117 </Project>


Gõ tìm kiếm nhanh...